laravel migration refresh

32

php artisan migrate --path=/database/migrations/2020_04_10_130703_create_test_table.php
php artisan migrate:refresh --seed
Try this command it works for me

php artisan migrate:fresh
However, be careful! This command will drop all data from your DB:

Comments

Submit
0 Comments